@charset 'utf-8';
/* public start */
body,
dl,
dt,
dd,
div,
h1,
h3,
p,
input,
button,
textarea {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
input,
button,
textarea {
  outline: 0;
  font-size: 16px;
}
body {
  color: #333;
  font-size: 16px;
  overflow-x: hidden;
  font-family: "verdana_1";
}
.pb {
  font-family: "ProximaNova-Bold_0";
}
.pr {
  font-family: "ProximaNova-Regular_0";
}
img {
  vertical-align: bottom;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
.ar {
  font-family: Arial;
}

.btnHover2{
	position: relative;
	overflow: hidden;
}
.btnHover2:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 1;
    -webkit-transform: translate(-105%,0);
    transform: translate(-105%,0);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #fff;
    background-color: rgba(255,255,255,.25);
}

.btnHover2:hover:before{
	opacity: 0;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}
/*清除浮动*/
.clearfix {
  zoom: 1;
}
.clearfix::after {
  content: '';
  height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
/*多行溢出隐藏*/
/*单行溢出隐藏*/
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*修改字体字符的样式*/
/*修改placeholder的样式*/
/* 分页类 */
.paging {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-top: 20px;
}
.paging a {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 0 10px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.paging a.prev,
.paging a.next {
  width: 100px;
}
.paging a.active {
  border: 1px solid #f28c15;
  background-color: #f28c15;
  color: #fff;
}
.pointer {
  cursor: pointer;
}
/*加过渡*/
.transition {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
/*版心*/
.wrap {
  width: 1400px;
  margin: 0 auto;
}
/* public end */
/* index start */
.ind_box1 {
  padding: 80px 0;
  background-color: #f8f8f8;
}
.ind_box1 .ind_b1_per {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.ind_box1 .ind_b1_per .ind_b1_l {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 75%;
}
.ind_box1 .ind_b1_per .ind_b1_l .double {
  width: 66.6666%;
  background-color: #fff;
}
.ind_box1 .ind_b1_per .ind_b1_l .double a {
  display: block;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.ind_box1 .ind_b1_per .ind_b1_l .double a .img {
  width: 50%;
}
.ind_box1 .ind_b1_per .ind_b1_l .double a .img img {
  width: 100%;
}
.ind_box1 .ind_b1_per .ind_b1_l .double a .desp {
  width: 50%;
  padding: 0 20px;
}
.ind_box1 .ind_b1_per .ind_b1_l .double a .desp .ind_b1_tt {
  font-size: 24px;
}
.ind_box1 .ind_b1_per .ind_b1_l .double a .desp .ind_b1_con {
  font-size: 14px;
  line-height: 20px;
  padding: 20px 0 40px;
}
.ind_box1 .ind_b1_per .ind_b1_l .double a .desp .more {
  font-size: 14px;
}
.ind_box1 .ind_b1_per .ind_b1_l .double:first-child {
  background-color: #c3c3c3;
}
.ind_box1 .ind_b1_per .ind_b1_l .double:hover {
  background-color: #f28c15;
}
.ind_box1 .ind_b1_per .ind_b1_l .double:hover a {
  color: #fff;
}
.ind_box1 .ind_b1_per .ind_b1_l .single {
  width: 33.3333%;
  background-color: #eee;
  position: relative;
}
.ind_box1 .ind_b1_per .ind_b1_l .single a {
  display: block;
  width: 100%;
}
.ind_box1 .ind_b1_per .ind_b1_l .single a .img {
  width: 100%;
}
.ind_box1 .ind_b1_per .ind_b1_l .single a .img img {
  width: 100%;
}
.ind_box1 .ind_b1_per .ind_b1_l .single a .ind_b1_tts {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
  font-size: 22px;
}
.ind_box1 .ind_b1_per .ind_b1_l .single:hover {
  background-color: #f28c15;
}
.ind_box1 .ind_b1_per .ind_b1_l .single:hover a {
  color: #fff;
}
.ind_box1 .ind_b1_per .ind_b1_r {
  width: 25%;
}
.ind_box1 .ind_b1_per .ind_b1_r .special {
  height: 100%;
  width: 100%;
  background-color: #e0e0e0;
}
.ind_box1 .ind_b1_per .ind_b1_r .special a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.ind_box1 .ind_b1_per .ind_b1_r .special a .img {
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ind_box1 .ind_b1_per .ind_b1_r .special a .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.ind_box1 .ind_b1_per .ind_b1_r .special a .desp {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  padding: 0 20px;
  height: 40%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ind_box1 .ind_b1_per .ind_b1_r .special a .desp .ind_b1_tt {
  font-size: 24px;
}
.ind_box1 .ind_b1_per .ind_b1_r .special a .desp .ind_b1_con {
  font-size: 14px;
  line-height: 20px;
  margin: 20px 0 30px;
  text-align: center;
}
.ind_box1 .ind_b1_per .ind_b1_r .special a .desp .more {
  font-size: 14px;
}
.ind_box1 .ind_b1_per .ind_b1_r .special:hover {
  background-color: #f28c15;
}
.ind_box1 .ind_b1_per .ind_b1_r .special:hover a {
  color: #fff;
}
.ind_box2 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.ind_box2 .left {
  width: 50%;
  border: 10px solid rgba(238, 238, 238, 0.1);
}
.ind_box2 .left .img_loop .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.ind_box2 .left .img_loop .owl-dots button {
  outline: 0;
}
.ind_box2 .left .img_loop .owl-dots .owl-dot.active span {
  background-color: #f28c15;
}
.ind_box2 .left .img_loop .owl-dots .owl-dot:hover span {
  background-color: #f28c15;
}
.ind_box2 .right {
  width: 50%;
  padding: 0 120px;
  color: #f8f8f8;
}
.ind_box2 .right .ind_title .main {
  color: #fff;
  text-align: left;
}
.ind_box2 .right .ind_title .subtt {
  color: #f8f8f8;
  text-align: left;
  width: 100%;
}
.ind_box2 .right .ind_title .line {
  margin: 0;
}
.ind_box2 .right .ind_b2_rcon {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 30px;
}
.ind_box2 .right .more {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  color: #f8f8f8;
  display: inline-block;
  font-size: 14px;
  padding: 15px 30px;
  border: 1px solid #f8f8f8;
  border-radius: 5px;
}
.ind_box2 .right .more .iconfont {
  font-size: 18px;
}
.ind_box2 .right .more:hover {
  color: #f28c15;
  border: 1px solid #f28c15;
}
.ind_box2.about {
  background-color: #f8f8f8;
  padding: 80px 0;
}
.ind_box2.about .wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.ind_box2.about .wrap .left {
  border: 10px solid #fff;
}
.ind_box2.about .wrap .right {
  padding: 0 20px;
}
.ind_box2.about .wrap .right .ind_title .main {
  color: #333;
}
.ind_box2.about .wrap .right .ind_title .subtt {
  font-family: "ProximaNova-Bold_0";
  font-size: 24px;
  color: #333;
}
.ind_box2.about .wrap .right .ind_b2_rcon {
  color: #666;
  padding-bottom: 0;
}
.ind_box3 {
  padding: 50px 0 80px;
}
.app_box.bgc {
  background-color: #f8f8f8;
  padding: 80px 0;
}
.app_box .app_item {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  float: left;
  width: calc(50% - 15px);
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
}
.app_box .app_item a {
  display: block;
  width: 100%;
  height: 100%;
}
.app_box .app_item a img {
  width: 100%;
}
.app_box .app_item a .app_con {
  width: calc(100% - 40px);
  color: #fff;
  position: absolute;
  top: 50px;
  left: 40px;
}
.app_box .app_item a .app_con .app_tt {
  font-family: "ProximaNova-Bold_0";
  font-size: 24px;
  padding-bottom: 20px;
  width: 100%;
}
.app_box .app_item a .app_con .more {
  font-size: 14px;
}
.app_box .app_item:nth-child(2n) {
  margin-right: 0;
}
.app_box .app_item:hover {
  transform: translateY(-8px);
}
.ind_box4 {
  background-color: #f8f8f8;
  border: 2px solid;
  border-color: #f28c15 transparent;
}
.ind_box4 .wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.ind_box4 .wrap .ind_b4_img {
  width: 17.5%;
}
.ind_box4 .wrap .ind_b4_img img {
  max-width: 100%;
}
.ind_box4 .wrap .ind_b4_con {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 59%;
  margin-left: 3.5%;
  transform: skewX(-30deg);
  color: #fff;
}
.ind_box4 .wrap .ind_b4_con .center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-44%, -50%) skewX(30deg);
  width: 90%;
}
.ind_box4 .wrap .ind_b4_con .center .main {
  font-family: "ProximaNova-Bold_0";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
  line-height: 30px;
  font-size: 24px;
}
.ind_box4 .wrap .ind_b4_con .center .subtt {
  font-family: "ProximaNova-Regular_0";
  padding-top: 20px;
}
.ind_box4 .wrap .ind_b4_contact {
  width: 20%;
  position: relative;
}
.ind_box4 .wrap .ind_b4_contact a {
  width: 175px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #fff;
  padding: 15px 0;
  background-color: #f28c15;
  border-radius: 5px;
}
.ind_box5 {
  padding: 80px 0 65px;
  background-color: #f8f8f8;
}
.ind_box5 .news_loop .owl-dots button {
  outline: 0;
}
.ind_box5 .news_loop .owl-dots .owl-dot.active span {
  background-color: #f28c15;
}
.ind_box5 .news_loop .owl-dots .owl-dot:hover span {
  background-color: #f28c15;
}
.case_box .case_item {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  position: relative;
}
.case_box .case_item .img {
  overflow: hidden;
}
.case_box .case_item .img img {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  width: 100%;
}
.case_box .case_item .case_con .tt {
  font-family: "ProximaNova-Bold_0";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
  line-height: 24px;
  font-size: 18px;
  margin: 25px 0;
}
.case_box .case_item .case_con .desp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 72px;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 20px;
  color: #666;
}
.case_box .case_item .case_con .more {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  font-size: 14px;
  color: #666;
}
.case_box .case_item:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -50px;
  height: 100%;
  border: 1px solid;
  border-color: transparent #e9e9e9 transparent transparent;
}
.case_box .case_item:hover .img img {
  transform: scale(1.1, 1.1);
}
.case_box .case_item:hover .case_con .more {
  color: #f28c15;
}
.case_box.spec {
  padding: 80px 0;
  background-color: #f8f8f8;
}
.case_box.spec .case_item {
  padding: 25px;
  background-color: #fff;
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
  width: calc((100% - 50px)/3);
}
.case_box.spec .case_item:nth-child(3n) {
  margin-right: 0;
}
.case_box.spec .case_item:after {
  display: none;
}
.case_box.spec .case_item:hover {
  box-shadow: 0 0 5px 5px #ebebeb;
}
/* index end */
/* about start */
.about_box1 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 75px 0;
}
.about_box1 .ind_title {
  color: #fff;
}
.about_box1 .ind_title .subtt {
  color: #fff;
}
.about_box1 .ap_loop .item {
  padding: 0 40px;
}
.about_box1 .ap_loop .item a .img {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  border-radius: 50%;
  border: 10px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.about_box1 .ap_loop .item a .img img {
  width: 100%;
}
.about_box1 .ap_loop .item a .tt {
  color: #fff;
  text-align: center;
  padding: 15px 0 0;
}
.about_box1 .ap_loop .item:hover a .img {
  border: 10px solid #f28c15;
}
.about_box1 .ap_loop .item:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
  height: 100%;
  border: 1px solid;
  border-color: transparent #544f50 transparent transparent;
}
.about_box1 .ap_loop .owl-dots {
  background-color: #535355;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 20px;
  border-radius: 30px;
  margin-top: 40px !important;
}
.about_box1 .ap_loop .owl-dots button {
  outline: 0;
}
.about_box1 .ap_loop .owl-dots .owl-dot span {
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
}
.about_box1 .ap_loop .owl-dots .owl-dot.active span {
  background-color: transparent;
  border: 2px solid #f28c15;
}
.about_box1 .ap_loop .owl-dots .owl-dot:hover span {
  background-color: transparent;
  border: 2px solid #f28c15;
}
.about_box2 {
  padding: 80px 0;
}
.about_box2 .about_b2_item {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  float: left;
  width: calc(50% - 10px);
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 25px 20px;
  border: 1px solid #ebebeb;
}
.about_box2 .about_b2_item .iconfont {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  color: #666;
  font-size: 48px;
  text-align: center;
  line-height: 100px;
  margin: 0;
  border: 1px solid #eee;
}
.about_box2 .about_b2_item .about_b2_con {
  width: calc(100% - 120px);
}
.about_box2 .about_b2_item .about_b2_con .tt {
  font-size: 18px;
  padding-bottom: 25px;
}
.about_box2 .about_b2_item .about_b2_con .desp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
}
.about_box2 .about_b2_item:nth-child(2n) {
  margin-right: 0;
}
.about_box2 .about_b2_item:hover {
  border: 1px solid #f28c15;
}
.about_box2 .about_b2_item:hover .iconfont {
  border: 1px solid #f28c15;
}
.about_box3 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0;
}
.about_box3 .about_b3_con {
  font-family: "ProximaNova-Bold_0";
  color: #fff;
  font-size: 24px;
  text-align: center;
  padding-bottom: 25px;
}
.about_box3 > a {
  display: block;
  width: 170px;
  text-align: center;
  padding: 15px 0;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  margin: 0 auto;
}
.about_box3 > a:hover{
	color: #f28c15;
	background: #fff;
}
.about_box4 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
  background-color: #f8f8f8;
}
.about_box4.room .ind_title {
  color: #fff;
}
.about_box4 .af_loop .item,
.about_box4 .ar_loop .item,
.about_box4 .ac_loop .item {
  border: 2px solid #fff;
  overflow: hidden;
}

.about_box4 .ar_loop .item img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.about_box4 .ar_loop .item:hover img{
	transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.about_box4 .af_loop .owl-dots,
.about_box4 .ar_loop .owl-dots,
.about_box4 .ac_loop .owl-dots {
  margin-top: 40px !important;
}
.about_box4 .af_loop .owl-dots button,
.about_box4 .ar_loop .owl-dots button,
.about_box4 .ac_loop .owl-dots button {
  outline: 0;
}
.about_box4 .af_loop .owl-dots .owl-dot span,
.about_box4 .ar_loop .owl-dots .owl-dot span,
.about_box4 .ac_loop .owl-dots .owl-dot span {
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #666;
}
.about_box4 .af_loop .owl-dots .owl-dot.active span,
.about_box4 .ar_loop .owl-dots .owl-dot.active span,
.about_box4 .ac_loop .owl-dots .owl-dot.active span {
  background-color: transparent;
  border: 2px solid #f28c15;
}
.about_box4 .af_loop .owl-dots .owl-dot:hover span,
.about_box4 .ar_loop .owl-dots .owl-dot:hover span,
.about_box4 .ac_loop .owl-dots .owl-dot:hover span {
  background-color: transparent;
  border: 2px solid #f28c15;
}
.about_box4 .ar_loop .owl-dots .owl-dot span {
  border: 2px solid #fff;
}
.about_box5 {
  padding: 80px 0;
}
.about_box5 .left {
  float: left;
  width: calc(50% - 10px);
}
.about_box5 .left .img {
  float: left;
  width: calc(50% - 10px);
  margin-right: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.about_box5 .left .img img {
  width: 100%;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.about_box5 .left .img:hover img{
	transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.about_box5 .left .img:nth-child(2n) {
  margin-right: 0;
}
.about_box5 .right {
  float: right;
  width: calc(50% - 10px);
}
.about_box5 .right .img {
  border: 10px solid #eee;
  overflow: hidden;
}
.about_box5 .right .img img {
  width: 100%;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.about_box5 .right .img:hover img{
	transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
/* about end */
/* news start */
.news_box {
  background-color: #f8f8f8;
  padding: 80px 0;
}
.news_box .news_item {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  margin-bottom: 20px;
  padding: 25px;
  background-color: #fff;
}
.news_box .news_item a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.news_box .news_item a .img {
  width: 400px;
}
.news_box .news_item a .img img {
  width: 100%;
}
.news_box .news_item a .news_con {
  width: calc(100% - 460px);
  padding-right: 20px;
}
.news_box .news_item a .news_con .news_tt {
  font-family: "ProximaNova-Bold_0";
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.news_box .news_item a .news_con .desp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
  line-height: 24px;
  margin: 15px 0 25px;
  color: #999;
  font-size: 14px;
}
.news_box .news_item a .news_con .bottom {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  color: #666;
  font-size: 14px;
}
.news_box .news_item:hover {
  box-shadow: 0 0 10px 5px #ebebeb;
}
/* news end */
/* news_detail start */
.news_del {
  background-color: #f8f8f8;
  padding: 65px 0 80px;
}
.news_del .wrap {
  background-color: #fff;
}
.news_del .wrap .news_tt .title {
  font-family: "ProximaNova-Bold_0";
  font-size: 32px;
  text-align: center;
  padding-top: 50px;
}
.news_del .wrap .news_tt .operate {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  font-size: 14px;
  color: #666;
  padding: 25px 0 40px;
  border-bottom: 1px solid #eee;
}
.news_del .wrap .news_tt .operate .date,
.news_del .wrap .news_tt .operate .share {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 0 20px;
}
.news_del .wrap .news_tt .operate .date span,
.news_del .wrap .news_tt .operate .share span {
  padding: 0 5px;
}
.news_del .wrap .news_tt .operate .date .iconfont {
  font-size: 20px;
}
.news_del .wrap .news_tt .operate .share > div {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.news_del .wrap .news_tt .operate .share img {
  width: 20px;
}
.news_del .wrap .news_con {
  padding: 40px;
  overflow: hidden;
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
.news_del .wrap .news_con img {
  max-width: 100%;
  margin: 20px 10px;
}
.news_del .wrap .news_back .back {
  width: 200px;
  padding: 10px 0;
  text-align: center;
  background-color: #f28c15;
  color: #fff;
  font-size: 24px;
  margin: 20px auto 65px;
}
.news_del .wrap .news_back .item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  float: left;
  width: 50%;
  padding: 25px 60px 25px 15px;
  background-color: #eee;
  color: #666;
  font-size: 14px;
}
.news_del .wrap .news_back .item span:first-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  width: calc(100% - 105px);
}
.news_del .wrap .news_back .item.prev {
  border-right: 1px solid #fff;
}
/* news_detail end */
/* product start */
.pro_left {
  float: left;
  width: calc(25% - 20px);
  min-width: 270px;
}
.pro_left .classify {
  background-color: #fff;
  margin-bottom: 20px;
}
.pro_left .classify dl dt {
  font-family: "ProximaNova-Bold_0";
  font-size: 24px;
  padding: 15px 25px;
  background-color: #f28c15;
  color: #fff;
}
.pro_left .classify dl dd {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 15px 25px;
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid #ddd;
}
.pro_left .classify dl dd:last-child {
  border: none;
}
.pro_left .classify dl dd:hover {
  background-color: #f28c15;
}
.pro_left .classify dl dd:hover a {
  color: #fff;
}
.pro_left .contact {
  background-color: #fff;
  margin-bottom: 20px;
}
.pro_left .contact .img {
  width: 100%;
}
.pro_left .contact .img img {
  width: 100%;
}
.pro_left .contact .con {
  padding: 30px 25px 5px;
}
.pro_left .contact .con .item {
  padding-bottom: 15px;
}
.pro_left .contact .con .item span {
  font-size: 14px;
  color: #666;
}
.pro_left .contact .con .item span.email {
  display: inline-block;
  vertical-align: top;
}
.pro_left .hot {
  background-color: #444649;
  padding: 12px;
}
.pro_left .hot .hp_loop .item {
  overflow: hidden;
  position: relative;
}
.pro_left .hot .hp_loop .item .tt {
  text-align: center;
  color: #fff;
  padding-top: 15px;
  font-size: 18px;
}
.pro_left .hot .hp_loop .item .hot {
  position: absolute;
  color: #fff;
  background-color: #f28c15;
  transform: rotate(-45deg);
  padding: 5px 60px;
  top: 20px;
  left: -40px;
}
.pro_left .hot .hp_loop .owl-dots {
  margin-top: 20px !important;
}
.pro_left .hot .hp_loop .owl-dots button {
  outline: 0;
}
.pro_left .hot .hp_loop .owl-dots .owl-dot span {
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
}
.pro_left .hot .hp_loop .owl-dots .owl-dot.active span {
  background-color: transparent;
  border: 2px solid #f28c15;
}
.pro_left .hot .hp_loop .owl-dots .owl-dot:hover span {
  background-color: transparent;
  border: 2px solid #f28c15;
}
.pro_ibox .pro_item {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  border: 1px solid #eee;
  float: left;
  width: calc((100% - 50px)/3);
  margin-right: 25px;
  margin-bottom: 25px;
}
.pro_ibox .pro_item .img img {
  width: 100%;
}
.pro_ibox .pro_item .tt {
  text-align: center;
  background-color: #fff;
  padding: 20px 0;
  border-top: 1px solid #eee;
}
.pro_ibox .pro_item:nth-child(3n) {
  margin-right: 0;
}
.pro_ibox .pro_item:hover {
  border: 1px solid #f28c15;
  transform: translateY(-5px);
}
.pro_box {
  padding: 50px 0 80px;
  background-color: #f8f8f8;
}
.pro_box .pro_right {
  float: right;
  width: calc(100% - 350px);
}
/* product end */
/* product_detail start */
.del_box1 {
  background-color: #fff;
  border-bottom: 5px solid #f28c15;
  padding: 55px 0 50px;
}
.del_box1 .wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.del_box1 .wrap .left {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 630px;
}
.del_box1 .wrap .left .list .item {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  width: 110px;
  height: 110px;
  margin-bottom: 20px;
  margin-right: 20px;
  border: 1px solid transparent;
}
.del_box1 .wrap .left .list .item.active {
  border: 1px solid #f28c15;
}
.del_box1 .wrap .left .list .item img {
  width: 100%;
  height: 100%;
}
.del_box1 .wrap .left .now {
  width: 500px;
  height: 500px;
}
.del_box1 .wrap .left .now img {
  width: 100%;
  height: 100%;
}
.del_box1 .wrap .mobile_list {
  width: 60%;
  margin: 0 auto;
  display: none;
}
.del_box1 .wrap .mobile_list .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.del_box1 .wrap .mobile_list .owl-dots button {
  outline: 0;
}
.del_box1 .wrap .mobile_list .owl-dots .active span {
  background-color: #f28c15;
}
.del_box1 .wrap .right {
  padding: 20px 0;
  width: calc(100% - 670px);
}
.del_box1 .wrap .right .bold {
  font-family: "ProximaNova-Bold_0";
  font-size: 36px;
  padding: 0 0 35px;
}
.del_box1 .wrap .right .subtitle {
  line-height: 24px;
  font-size: 14px;
}
.del_box1 .wrap .right .d_list {
  border: 1px solid;
  border-color: #ccc transparent;
  margin: 30px 0;
  font-size: 14px;
  color: #666;
}
.del_box1 .wrap .right .d_list .d_item {
  border-bottom: 1px dashed #ccc;
  padding: 15px 0;
}
.del_box1 .wrap .right .d_list .d_item:last-child {
  border: none;
}
.del_box1 .wrap .right .c_btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 0 0 20px;
}
.del_box1 .wrap .right .c_btn > a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 10px 30px;
  color: #fff;
  font-size: 18px;
  background-color: #f28c15;
  margin-right: 10px;
  border-radius: 3px;
}
.del_box1 .wrap .right .c_btn > a .iconfont {
  font-size: 24px;
  margin-right: 5px;
}
.del_box1 .wrap .right .c_btn > a:last-child {
  background-color: #333;
}
.del_box1 .wrap .right .share {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 15px 0 0;
}
.del_box2 {
  padding: 50px 0 60px;
  background-color: #f8f8f8;
}
.del_box2 .del_right {
  float: right;
  width: calc(75% - 10px);
}
.del_box2 .del_right .del_rtt {
  background-color: #eee;
}
.del_box2 .del_right .del_rtt .tt {
  font-family: "ProximaNova-Bold_0";
  display: inline-block;
  font-size: 24px;
  padding: 25px;
  background-color: #fff;
}
.del_box2 .del_right .del_rbox1 {
  margin-bottom: 20px;
}
.del_box2 .del_right .del_rbox1 .dr_tt {
  font-family: "ProximaNova-Bold_0";
  font-size: 24px;
  padding: 45px 0 25px;
}
.del_box2 .del_right .del_rbox1 .dr_box1 {
  padding: 0 25px;
  background-color: #fff;
}
.del_box2 .del_right .del_rbox1 .dr_box1 .dr1_con {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  padding-bottom: 30px;


}

.del_box2 .del_right .del_rbox1 .dr_box1 .img img {
  width: 45%;
  margin: 0 10px 10px;
}
.del_box2 .del_right .del_rbox1 .table_box {
  background-color: #fff;
  padding: 0 25px;
}
.del_box2 .del_right .del_rbox1 .table_box .t_box {
  width: 100%;
  overflow: auto;
}
.del_box2 .del_right .del_rbox1 .table_box .t_box table {
  min-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
}
.del_box2 .del_right .del_rbox1 .table_box .t_box table thead {
  background-color: #f5f5f5;
}
.del_box2 .del_right .del_rbox1 .table_box .t_box table th,
.del_box2 .del_right .del_rbox1 .table_box .t_box table td {
  font-weight: normal;
  font-size: 14px;
  color: #666;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 15px 20px;
  text-align: left;
}
.del_box2 .del_right .del_rbox1 .dr_box2 {
  background-color: #fff;
  padding: 0 25px;
}
.del_box2 .del_right .del_rbox1 .dr_box2 .dr2_con{
  display:flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}
.del_box2 .del_right .del_rbox1 .dr_box2 .dr2_con .item {
  float: left;
  width: calc((100% - 40px)/3);
  margin-right: 20px;
  border: 1px solid #ebebeb;
  font-size: 14px;
  line-height: 24px;
  padding: 40px 30px;
  color: #666;
}
.del_box2 .del_right .del_rbox1 .dr_box2 .dr2_con .item:last-child {
  margin-right: 0;
}
.del_box2 .del_right .del_rbox1 .dr_box3 {
  background-color: #fff;
  padding: 0 25px;
}
.del_box2 .del_right .del_rbox1 .dr_box3 .dr3_con .desp {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  padding-bottom: 25px;
}
.del_box2 .del_right .del_rbox1 .dr_box3 .dr3_con .img_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.del_box2 .del_right .del_rbox1 .dr_box3 .dr3_con .img_list img {
  width: calc(50% - 10px);
  margin-right: 20px;
  margin-bottom: 20px;
}
.del_box2 .del_right .del_rbox1 .dr_box3 .dr3_con .img_list img:nth-child(2n) {
  margin-right: 0;
}
.del_box2 .del_right .del_rbox2 {
  margin-bottom: 20px;
  background-color: #fff;
}
.del_box2 .del_right .del_rbox2 .pro_ibox {
  padding: 30px 15px;
}
.del_box2 .del_right .del_rbox3 {
  background-color: #fff;
}
.del_box2 .del_right .del_rbox3 .f_box {
  padding: 40px 25px;
}
/* product_detail end */
/* faq start */
.faq_box {
  padding: 80px 0;
  background-color: #f8f8f8;
}
.faq_box .faq_item {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  width: 100%;
  margin-bottom: 30px;
}
.faq_box .faq_item .question {
  font-family: "ProximaNova-Bold_0";
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  font-size: 20px;
  padding: 15px 20px;
  background-color: #eee;
}
.faq_box .faq_item .question span {
  display: inline-block;
  vertical-align: middle;
}
.faq_box .faq_item .question span:last-child {
  width: calc(100% - 40px);
}
.faq_box .faq_item .question span.iconfont {
  font-size: 24px;
  margin-right: 5px;
}
.faq_box .faq_item .answer {
  font-size: 14px;
  line-height: 24px;
  padding: 35px 20px;
  background-color: #fff;
}
.faq_box .faq_item .answer span {
  display: inline-block;
  vertical-align: text-top;
}
.faq_box .faq_item .answer span:last-child {
  width: calc(100% - 40px);
}
.faq_box .faq_item .answer span.iconfont {
  font-size: 24px;
  margin-right: 5px;
}
.faq_box .faq_item:hover {
  box-shadow: 0 0 10px 5px #ebebeb;
}
.faq_box .faq_item:hover .question {
  background-color: #f28c15;
  color: #fff;
}
/* faq end */
/* contact start */
.f_box form {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
}
.f_box form .form_item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 10px 0;
  width: 50%;
}
.f_box form .form_item label {
  width: 100px;
  text-align: right;
}
.f_box form .form_item input,
.f_box form .form_item textarea {
  line-height: 24px;
  width: calc(100% - 100px);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 8px 10px;
  outline: 0;
  box-shadow: inset 0 0 5px 0 #ddd;
}
.f_box form .form_item input::-webkit-input-placeholder,
.f_box form .form_item textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: "verdana_1";
  color: #aaa;
  font-weight: normal;
  font-size: 14px;
}
.f_box form .form_item input:-moz-placeholder,
.f_box form .form_item textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: "verdana_1";
  color: #aaa;
  font-weight: normal;
  font-size: 14px;
}
.f_box form .form_item input::-moz-placeholder,
.f_box form .form_item textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: "verdana_1";
  color: #aaa;
  font-weight: normal;
  font-size: 14px;
}
.f_box form .form_item input:-ms-input-placeholder,
.f_box form .form_item textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: "verdana_1";
  color: #aaa;
  font-weight: normal;
  font-size: 14px;
}
.f_box form .inquiry {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
}
.f_box form .form_btn {
  padding: 20px 0;
  margin: 0 auto;
}
.f_box form .form_btn button {
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  padding: 10px 40px;
  outline: 0;
  border: none;
  border-radius: 2px;
  background-color: #f28c15;
  margin: 0 20px;
}
.f_box form .form_btn button:last-child {
  background-color: #333;
}
.ind_title {
  padding-bottom: 28px;
}
.ind_title .main {
  font-family: "ProximaNova-Bold_0";
  font-size: 46px;
  text-align: center;
  padding-bottom: 25px;
}
.ind_title .subtt {
  font-size: 14px;
  color: #666;
  text-align: center;
  width: 60%;
  line-height: 1.5;
  margin: 0 auto;
  padding-bottom: 28px;
}
.ind_title .line {
  display: block;
  width: 80px;
  border: 1px solid #f28c15;
  margin: 0 auto;
}
.contact_box {
  padding: 75px 0;
}
.contact_box .cb_con {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.contact_box .cb_con .left {
  width: 50%;
}
.contact_box .cb_con .left img {
  width: 100%;
}
.contact_box .cb_con .right {
  width: calc(50% - 40px);
}
.contact_box .cb_con .right .ritem {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 20px 0;
  padding-left: 50px;
  border-top: 1px solid #ebebeb;
}
.contact_box .cb_con .right .ritem a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
}
.contact_box .cb_con .right .ritem .iconfont {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #f28c15;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 45px;
  margin: 0;
  margin-right: 10px;
}
.contact_box .cb_con .right .ritem .set {
  width: calc(100% - 55px);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: baseline;
  align-items: baseline;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.contact_box .cb_con .right .ritem .set span.name {
  font-size: 20px;
}
.contact_box .cb_con .right .ritem .set span:last-child {
  display: block;
  width: 350px;
}
.contact_box .cb_con .right .ritem:hover {
  border-left: 1px solid #f28c15;
}
.form_box {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 75px 0;
}
/* contact end */
/* header start */
.lang {
  font-size: 14px;
  position: relative;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
}
.lang .now {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.lang .now .iconfont {
  margin: 0 5px;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  display: inline-block;
  font-size: 12px;
  transform: none;
}
.lang .now .iconfont:first-child {
  font-size: 18px;
}
.lang .now .iconfont.active:last-child {
  transform: rotate(-180deg);
}
.lang .sel_box {
  z-index: 6;
  display: none;
  position: absolute;
  top: 41px;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #dfdfdf;
  padding: 10px 0;
}
.lang .sel_box span a{
  display: block;
  padding: 5px 20px;
}
.lang .sel_box span a:hover{
	color: #f28c15;
}
.header {
  font-family: "ProximaNova-Regular_0";
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  z-index: 2;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 120px;
  background-color: rgba(48, 51, 55, 0.85);
  padding: 0 100px;
}
.header .logo {
  width: 240px;
}
.header .logo img {
  width: 100%;
}
.header .nav {
  width: 830px;
}
.header .nav > dl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
}
.header .nav > dl > dd {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  float: left;
  height: 120px;
}
.header .nav > dl > dd > a {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  display: block;
  height: 100%;
  line-height: 120px;
  color: #fff;
  padding: 0 15px;
}
.header .nav > dl > dd .slide {
  display: none;
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #444649;
  padding: 40px 90px;
}
.header .nav > dl > dd .slide .item {
  float: left;
  width: 33.3%;
  height: 100%;
  border-left: 1px solid #515458;
}
.header .nav > dl > dd .slide .item dl {
  padding: 0 65px;
  height: 424px;
}
.header .nav > dl > dd .slide .item dl dt {
  width: 100%;
  font-size: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #515458;
  margin-bottom: 12px;
}
.header .nav > dl > dd .slide .item dl dt a {
  color: #fff;
}
.header .nav > dl > dd .slide .item dl dd {
  width: 100%;
}
.header .nav > dl > dd .slide .item dl dd a {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  color: #fff;
  width: 100%;
  padding: 12px 0;
}
.header .nav > dl > dd .slide .item dl dd:hover a {
  color: #f28c15;
}
.header .nav > dl > dd .slide .item:first-child {
  border: none;
}
.header .nav > dl > dd.active {
  background-color: #fff;
  border-bottom: 2px solid #f28c15;
}
.header .nav > dl > dd.active a {
  color: #f28c15;
}
.header .operate {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 190px;
}
.header .operate .search_icon .iconfont {
  font-size: 20px;
  color: #fff;
}
.mobile_nav {
  z-index: 2;
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  background-color: rgba(48, 51, 55, 0.85);
}
.mobile_nav .brand {
  width: 100px;
}
.mobile_nav .brand img {
  width: 100%;
}
.mobile_nav .op_group {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.mobile_nav .op_group .iconfont {
  cursor: pointer;
  font-size: 20px;
}
.mobile_nav .op_group .iconfont:first-child {
  color: #fff;
}
.mobile_nav .op_group .iconfont:last-child {
  color: #fff;
  font-size: 28px;
}
.mobile_nav .op_group .lang {
  margin: 0 15px;
  padding: 5px;
}
.mobile_nav .op_group .lang .now .iconfont {
  color: #333;
  font-size: 20px;
  margin-left: 0px;
}
.mobile_nav .op_group .lang .now .iconfont:last-child {
  display: inline-block;
  transform: scale(0.5, 0.5);
}
.mobile_nav .op_group .lang .sel_box {
  top: 34px;
}
.mobile_nav .op_group .lang .sel_box span {
  display: block;
  padding: 3px 0;
  text-align: center;
}
.mobile_nav .search_box {
  display: none;
  padding: 0 20px;
}
.mobile_nav .search_box .form_box form input {
  width: calc(100% - 60px);
}
.nav_mask {
  font-family: "ProximaNova-Regular_0";
  display: none;
  position: fixed;
  top: 120px;
  left: 0;
  z-index: 2;
  width: 100vw;
  height: calc(100vh - 60px);
  background-color: rgba(0, 0, 0, 0.4);
}
.nav_mask .nav_tip {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  font-size: 14px;
  padding: 10px 0;
  background-color: #f5f5f5;
}
.nav_mask .nav_tip > dd {
  padding: 0 5%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.nav_mask .nav_tip > dd a {
  padding: 10px 0;
  display: block;
  width: 60%;
  color: #191919;
}
.nav_mask .nav_tip > dd .iconfont {
  font-size: 20px;
  color: #666;
  transform: rotate(-90deg) scale(0.5, 0.5);
}
.nav_mask .nav_tip > dd .iconfont.down {
  transform: scale(0.5, 0.5);
}
.nav_mask .nav_tip > dd .slide {
  display: none;
  width: 100%;
  padding: 0 30px;
}
.nav_mask .nav_tip > dd .slide a {
  display: block;
  width: 100%;
  padding: 8px 0;
}
.banner_box {
  position: relative;
  overflow: hidden;
}
.banner_box img {
  width: 100%;
}
.banner_box .banner {
  position: relative;
}
.banner_box .banner .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.banner_box .banner .owl-dots button {
  outline: 0;
}
.banner_box .banner .owl-dots .owl-dot.active span {
  background-color: #f28c15;
}
.banner_box .banner .owl-dots .owl-dot:hover span {
  background-color: #f28c15;
}
.t_banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 540px;
  position: relative;
}
.t_banner .crumb {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
}
.t_banner .crumb .wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  height: 50px;
  color: #333;
}
.t_banner .crumb .wrap .l_item {
  padding: 0 5px;
}
.t_banner .crumb .wrap .iconfont {
  font-size: 20px;
}
.t_banner .crumb .wrap a {
  color: #333;
}
.t_banner.del {
  height: 170px;
}
.search_mask {
  display: none;
  position: fixed;
  top: 120px;
  left: 0;
  z-index: 2;
  width: 100vw;
  height: calc(100vh - 60px);
  background-color: rgba(0, 0, 0, 0.4);
}
.search_mask .search_tip {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px 30px;
}
.search_mask .search_tip form {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.search_mask .search_tip input {
  float: left;
  outline: 0;
  width: 70%;
  border-radius: 20px 0 0 20px;
  border: 1px solid #eee;
  background-color: #fff;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
}
.search_mask .search_tip button {
  float: left;
  width: 80px;
  border: 1px solid #eee;
  outline: 0;
  background-color: #fff;
  border-radius: 0 20px 20px 0;
  height: 40px;
  line-height: 40px;
}
/* header end */
/* footer start */
.footer {
  background-color: #303030;
}
.footer a {
  color: #e2e2e2;
}
.footer .chat {
  position: relative;
  background-color: #f28c15;
  color: #fff;
  height: 70px;
}
.footer .chat a {
  color: #fff;
}
.footer .chat .left,
.footer .chat .right {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: absolute;
  border: 2px solid #fff;
  border-radius: 25px;
  height: 50px;
  line-height: 46px;
  width: 340px;
  top: 50%;
  font-size: 18px;
  transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer .chat .left .iconfont,
.footer .chat .right .iconfont {
  font-size: 26px;
  margin-right: 8px;
}
.footer .chat .left {
  left: 50%;
  transform: translate(calc(-100% - 40px), -50%);
}
.footer .chat .right {
  right: 50%;
  transform: translate(calc(100% + 40px), -50%);
}
.footer .chat .left:hover,
.footer .chat .right:hover{
	background: #fff;
	color: #f28c15;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


.footer .bottom_box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 30px 0 20px;
}
.footer .bottom_box > li {
  width: 24%;
  font-size: 14px;
}
.footer .bottom_box > li h3 {
  font-family: "ProximaNova-Bold_0";
  font-size: 28px;
  padding: 20px 0;
}
.footer .bottom_box > li .list {
  color: #e2e2e2;
  padding: 20px 0;
  border-top: 1px solid #666;
}
.footer .bottom_box > li .list li {
  line-height: 24px;
  padding: 5px 0;
}
.footer img{
  display: block;
  max-width: 130px;
  margin-top: 18px;
}
.footer .bottom_box > li .list li .iconfont {
  margin-right: 8px;
}
.footer .bottom_box > li .list li:hover > a > span:last-child {
  text-decoration-line: underline;
}
.footer .bottom_box > li .normal li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.footer .bottom_box > li .normal li img{
  display: inline-block;
  max-width: 130px;
}
.footer .bottom_box > li .normal li.erweima{
  padding-top: 20px;
}
.mobile_erweima{
  display: none;
}
.footer .bottom_box > li .normal li > a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.footer .bottom_box > li .normal li > a img {
  margin-right: 8px;
}
.footer .bottom_box > li .normal li.icon {
  padding-top: 30px;
}
.footer .bottom_box > li .normal li.icon .iconfont {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #565656;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  line-height: 40px;
  margin: 0 4px;
}
.footer .bottom_box > li .normal li.icon .iconfont:hover {
  text-decoration-line: none;
  box-shadow: 0 0 3px 0 #eee;
}
.footer .bottom_box > li .normal li.icon:hover > a > span:last-child {
  text-decoration-line: none;
}
.footer .bottom_box > li .form input {
  line-height: 24px;
  padding: 0 10px;
}
.footer .bottom_box > li .form .detail {
  outline: 0;
  background-color: #4b4b4b;
  width: 100%;
  border-radius: 2px;
  border: none;
  padding: 8px 10px;
  color: #fefefe;
  font-size: 1rem;
  margin: 0 0 15px;
}
.footer .bottom_box > li .form .detail::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: "verdana_1";
  color: #ccc;
  font-weight: normal;
  font-size: 16px;
}
.footer .bottom_box > li .form .detail:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: "verdana_1";
  color: #ccc;
  font-weight: normal;
  font-size: 16px;
}
.footer .bottom_box > li .form .detail::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: "verdana_1";
  color: #ccc;
  font-weight: normal;
  font-size: 16px;
}
.footer .bottom_box > li .form .detail:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: "verdana_1";
  color: #ccc;
  font-weight: normal;
  font-size: 16px;
}
.footer .bottom_box > li .form button {
  outline: 0;
  background-color: #f28c15;
  border: none;
  color: #fff;
  padding: 10px 20px;
  border-radius: 2px;
}
.footer .bottom {
  color: #e2e2e2;
  padding: 30px 0;
  border-top: 1px solid #666;
  font-size: 14px;
}
.footer .bottom p {
  text-align: center;
  line-height: 26px;
  color: #a0a0a0;
}
.footer .bottom p:last-child {
  color: rgba(160, 160, 160, 0.6);
}
.footer .bottom p:last-child a {
  color: rgba(160, 160, 160, 0.6);
}
.footer .bottom a:hover {
  text-decoration-line: underline;
}
/* footer end */
@media screen and (max-width: 1500px) {
  .header {
    padding: 0 80px;
  }
  .header .logo {
    width: 230px;
  }
  .header .nav {
    width: 830px;
  }
  .header .operate {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 180px;
  }
}
@media screen and (max-width: 1400px) {
  .wrap {
    width: 92%;
  }
  .ind_box2 .right {
    padding: 30px 50px;
  }
  .news_box .news_item a .news_con {
    width: calc(100% - 440px);
    padding-right: 10px;
  }
  .pro_box .pro_right {
    width: calc(100% - 300px);
  }
  .del_box2 .del_right {
    width: calc(100% - 300px);
  }
  .ind_title {
    padding-bottom: 28px;
  }
  .ind_title .main {
    font-size: 42px;
  }
  .contact_box .cb_con .right {
    width: calc(50% - 20px);
  }
  .contact_box .cb_con .right .ritem {
    padding: 12px 0;
    padding-left: 30px;
  }
  .contact_box .cb_con .right .ritem .iconfont {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f28c15;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    margin: 0;
    margin-right: 10px;
  }
  .contact_box .cb_con .right .ritem .set span.name {
    font-size: 18px;
  }
  .contact_box .cb_con .right .ritem .set span:last-child {
    width: 260px;
  }
  .header {
    height: 100px;
    padding: 0 50px;
  }
  .header .logo {
    width: 180px;
  }
  .header .nav {
    width: 740px;
  }
  .header .nav > dl > dd {
    height: 100px;
  }
  .header .nav > dl > dd > a {
    line-height: 100px;
    padding: 0 12px;
  }
  .header .nav > dl > dd .slide {
    top: 100px;
    padding: 20px 60px;
  }
  .header .nav > dl > dd .slide .item dl {
    padding: 0 40px;
  }
  .header .operate {
    width: 175px;
  }
  .search_mask {
    top: 100px;
  }
  .footer .bottom_box > li h3 {
    font-size: 24px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 1200px) {
  .wrap {
    width: 96%;
  }
  .ind_box2 .right {
    padding: 30px 20px;
  }
  .app_box .app_item {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .app_box .app_item a .app_con {
    top: 30px;
    left: 20px;
  }
  .news_box .news_item a .news_con {
    width: calc(100% - 420px);
    padding-right: 0;
  }
  .pro_ibox .pro_item {
    width: calc((100% - 30px)/3);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .pro_box .pro_right {
    width: calc(100% - 290px);
  }
  .del_box1 .wrap {
    display: block;
  }
  .del_box1 .wrap .left {
    width: 630px;
    margin: 0 auto;
  }
  .del_box1 .wrap .right {
    width: 100%;
  }
  .del_box1 .wrap .right .subtitle {
    line-height: 20px;
    padding: 10px 0;
  }
  .del_box1 .wrap .right .d_list .d_item {
    padding: 10px 0;
  }
  .del_box1 .wrap .right .c_btn {
    padding: 0 0 20px;
  }
  .del_box1 .wrap .right .c_btn > a {
    display: inline-block;
    padding: 10px 20px;
  }
  .del_box1 .wrap .right .c_btn > a .iconfont {
    margin: 5px 0 0;
    font-size: 20px;
  }
  .ind_title {
    padding-bottom: 28px;
  }
  .ind_title .main {
    font-size: 36px;
  }
  .contact_box .cb_con .right {
    padding: 10px 0;
    padding-left: 20px;
  }
  .contact_box .cb_con .right .ritem .set span:last-child {
    width: 200px;
  }
  .contact_box .cb_con .right .ritem .iconfont {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #f28c15;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    margin: 0;
    margin-right: 8px;
  }
  .lang {
    padding: 10px 5px;
  }
  .header {
    padding: 0 20px;
  }
  .header .logo {
    width: 160px;
  }
  .header .nav {
    width: 650px;
  }
  .header .nav > dl > dd > a {
    font-size: 14px;
    padding: 0 10px;
  }
  .header .nav > dl > dd .slide {
    top: 100px;
    padding: 20px 30px;
  }
  .header .nav > dl > dd .slide .item dl {
    padding: 0 30px;
    height: 330px;
  }
  .header .nav > dl > dd .slide .item dl dt a {
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  .header .nav > dl > dd .slide .item dl dd a {
    padding: 6px 0;
  }
  .header .operate {
    width: 165px;
  }
  .t_banner.del {
    height: 150px;
  }
  .footer .chat .left .iconfont,
  .footer .chat .right .iconfont {
    font-size: 20px;
  }
  .footer .bottom_box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 30px 0 20px;
  }
  .footer .bottom_box > li h3 {
    font-size: 20px;
    padding: 15px 0;
  }
  .footer .bottom_box > li .list {
    color: #e2e2e2;
    padding: 15px 0;
    border-top: 1px solid #666;
  }
  .footer .bottom_box > li .list li {
    line-height: 22px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
  .paging > a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 8px;
  }
  .paging > a.prev,
  .paging > a.next {
    width: 80px;
  }
  input,
  button,
  textarea {
    font-size: 14px;
  }
  .wrap {
    width: 100%;
    padding: 0 3%;
  }
  .ind_box1 {
    padding: 60px 0;
  }
  .ind_box1 .ind_b1_per .ind_b1_l {
    width: 100%;
  }
  .ind_box1 .ind_b1_per .ind_b1_l .double {
    width: 100%;
  }
  .ind_box1 .ind_b1_per .ind_b1_l .double a .img {
    width: 50%;
    padding: 0 5%;
  }
  .ind_box1 .ind_b1_per .ind_b1_l .double a .img img {
    width: 100%;
  }
  .ind_box1 .ind_b1_per .ind_b1_l .double a .desp .ind_b1_tt {
    font-size: 20px;
  }
  .ind_box1 .ind_b1_per .ind_b1_l .double a .desp .ind_b1_con {
    padding: 20px 0 30px;
  }
  .ind_box1 .ind_b1_per .ind_b1_l .double:hover {
    background-color: transparent;
  }
  .ind_box1 .ind_b1_per .ind_b1_l .double:hover a {
    color: inherit;
  }
  .ind_box1 .ind_b1_per .ind_b1_l .single {
    width: 50%;
  }
  .ind_box1 .ind_b1_per .ind_b1_l .single a .img {
    width: 100%;
    padding: 0 5%;
  }
  .ind_box1 .ind_b1_per .ind_b1_l .single:hover {
    background-color: transparent;
  }
  .ind_box1 .ind_b1_per .ind_b1_l .single:hover a {
    color: inherit;
  }
  .ind_box1 .ind_b1_per .ind_b1_r {
    width: 100%;
  }
  .ind_box1 .ind_b1_per .ind_b1_r .special a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    position: static;
  }
  .ind_box1 .ind_b1_per .ind_b1_r .special a .img {
    width: 50%;
    height: 100%;
    padding: 0 5%;
    position: static;
  }
  .ind_box1 .ind_b1_per .ind_b1_r .special a .desp {
    height: 100%;
    width: 50%;
    position: static;
  }
  .ind_box1 .ind_b1_per .ind_b1_r .special a .desp .ind_b1_tt {
    font-size: 20px;
  }
  .ind_box1 .ind_b1_per .ind_b1_r .special a .desp .ind_b1_con {
    margin: 20px 0 30px;
  }
  .ind_box1 .ind_b1_per .ind_b1_r .special:hover {
    background-color: transparent;
  }
  .ind_box1 .ind_b1_per .ind_b1_r .special:hover a {
    color: inherit;
  }
  .ind_box2 .left {
    width: 100%;
  }
  .ind_box2 .right {
    padding: 20px 3%;
    width: 100%;
  }
  .ind_box2.about {
    background-color: #f8f8f8;
    padding: 50px 0;
  }
  .ind_box2.about .wrap .right {
    padding: 20px 3%;
  }
  .ind_box2.about .wrap .right .ind_title .main {
    color: #333;
  }
  .ind_box2.about .wrap .right .ind_title .subtt {
    font-family: "ProximaNova-Bold_0";
    font-size: 20px;
    color: #333;
  }
  .ind_box3 {
    padding: 30px 0 50px;
  }
  .app_box.bgc {
    padding: 50px 0;
  }
  .app_box .app_item {
    transition: all .5s;
    -moz-transition: all .5s;
    /* Firefox 4 */
    -webkit-transition: all .5s;
    /* Safari 和 Chrome */
    -o-transition: all .5s;
    /* Opera */
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .app_box .app_item a .app_con {
    width: calc(100% - 20px);
    top: 30px;
    left: 20px;
  }
  .app_box .app_item a .app_con .app_tt {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .app_box .app_item a .app_con .more {
    font-size: 14px;
  }
  .app_box .app_item:nth-child(2n) {
    margin-right: 0;
  }
  .app_box .app_item:hover {
    transform: none;
  }
  .ind_box4 .wrap .ind_b4_img {
    width: 25%;
  }
  .ind_box4 .wrap .ind_b4_con {
    width: 55%;
  }
  .ind_box4 .wrap .ind_b4_con .center {
    transform: translate(-46%, -50%) skewX(30deg);
  }
  .ind_box4 .wrap .ind_b4_con .center .main {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 48px;
    line-height: 24px;
    font-size: 20px;
  }
  .ind_box4 .wrap .ind_b4_con .center .subtt {
    padding-top: 15px;
  }
  .ind_box4 .wrap .ind_b4_contact a {
    width: 125px;
    font-size: 14px;
    padding: 10px 0;
  }
 
  .ind_box5 {
    padding: 50px 0 55px;
  }
  .case_box .case_item .case_con .tt {
    font-family: "ProximaNova-Bold_0";
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 44px;
    line-height: 22px;
    font-size: 16px;
    margin: 20px 0;
  }
  .case_box .case_item .case_con .desp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .case_box .case_item:hover .img img {
    transform: none;
  }
  .case_box.spec {
    padding: 50px 0;
  }
  .case_box.spec .case_item {
    padding: 25px;
    margin-right: 30px;
    margin-bottom: 30px;
    width: calc((100% - 30px)/2);
  }
  .case_box.spec .case_item:nth-child(3n) {
    margin-right: 30px;
  }
  .case_box.spec .case_item:nth-child(2n) {
    margin-right: 0;
  }
  .case_box.spec .case_item:hover {
    box-shadow: none;
  }
  .about_box1 {
    padding: 55px 0;
  }
  .about_box1 .ap_loop .item {
    padding: 0 20px;
  }
  .about_box1 .ap_loop .owl-dots {
    margin-top: 30px !important;
  }
  .about_box2 {
    padding: 60px 0;
  }
  .about_box2 .about_b2_item {
    padding: 15px;
  }
  .about_box2 .about_b2_item .iconfont {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    color: #666;
    font-size: 40px;
    text-align: center;
    line-height: 80px;
    margin: 0;
  }
  .about_box2 .about_b2_item .about_b2_con {
    width: calc(100% - 100px);
  }
  .about_box2 .about_b2_item .about_b2_con .tt {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 16px;
    padding-bottom: 15px;
  }
  .about_box3 {
    padding: 30px 0;
  }
  .about_box3 .about_b3_con {
    font-size: 20px;
    line-height: 28px;
    padding: 0 10px 15px;
  }
  .about_box3 > a {
    width: 160px;
    padding: 10px 0;
  }
  .about_box4 {
    padding: 50px 0;
  }
  .about_box4 .af_loop .owl-dots,
  .about_box4 .ar_loop .owl-dots,
  .about_box4 .ac_loop .owl-dots {
    margin-top: 30px !important;
  }
  .about_box5 {
    padding: 50px 0;
  }
  .about_box5 .left {
    width: calc(50% - 5px);
  }
  .about_box5 .left .img {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .about_box5 .right {
    width: calc(50% - 5px);
  }
  .about_box5 .right .img {
    border: 5px solid #eee;
  }
  .news_box {
    padding: 50px 0;
  }
  .news_box .news_item {
    padding: 20px;
  }
  .news_box .news_item a .img {
    margin: 0 auto 20px;
  }
  .news_box .news_item a .news_con {
    width: 100%;
  }
  .news_box .news_item a .news_con .news_tt {
    width: 100%;
    font-size: 20px;
  }
  .news_box .news_item:hover {
    box-shadow: none;
  }
  .news_del {
    padding: 45px 0 50px;
  }
  .news_del .wrap .news_tt .title {
    font-family: "ProximaNova-Bold_0";
    font-size: 24px;
    padding-top: 40px;
  }
  .news_del .wrap .news_con {
    padding: 20px 0;
  }
  .news_del .wrap .news_back .back {
    width: 160px;
    padding: 10px 0;
    color: #fff;
    font-size: 20px;
    margin: 20px auto 65px;
  }
  .news_del .wrap .news_back .item {
    padding: 20px 20px 20px 15px;
    font-size: 14px;
  }
  .pro_left {
    margin-bottom: 40px;
    width: 100%;
  }
  .pro_box .pro_right {
    width: 100%;
  }
  .pro_ibox .pro_item:hover {
    border: 1px solid #eee;
    transform: none;
  }
  .del_box1 .wrap .left {
    display: none;
  }
  .del_box1 .wrap .mobile_list {
    display: block;
  }
  .del_box2 .del_right {
    margin-bottom: 20px;
    width: 100%;
  }
  .del_box2 .del_right .del_rtt {
    background-color: #eee;
  }
  .del_box2 .del_right .del_rtt .tt {
    font-size: 20px;
    padding: 20px;
  }
  .del_box2 .del_right .del_rbox1 {
    margin-bottom: 20px;
  }
  .del_box2 .del_right .del_rbox1 .dr_tt {
    font-family: "ProximaNova-Bold_0";
    font-size: 20px;
    padding: 40px 0 20px;
  }
  .del_box2 .del_right .del_rbox1 .dr_box1 {
    padding: 0 20px;
  }
  .del_box2 .del_right .del_rbox1 .dr_box1 .dr1_con {
    padding-bottom: 20px;
  }
  .del_box2 .del_right .del_rbox1 .table_box {
    padding: 0 20px;
  }
  .del_box2 .del_right .del_rbox1 .dr_box2 {
    padding: 0 20px;
  }

  .del_box2 .del_right .del_rbox1 .dr_box2 .dr2_con .item {
    margin-right: 20px;
    padding: 25px 15px;
  }
  .del_box2 .del_right .del_rbox1 .dr_box3 {
    padding: 0 20px;
  }
  .del_box2 .del_right .del_rbox1 .dr_box3 .dr3_con .desp {
    padding-bottom: 20px;
  }
  .del_box2 .del_right .del_rbox3 .f_box {
    padding: 40px 20px;
  }
  .faq_box {
    padding: 50px 0;
  }
  .faq_box .faq_item {
    margin-bottom: 20px;
  }
  .faq_box .faq_item .question {
    font-size: 18px;
    padding: 10px 15px;
  }
  .faq_box .faq_item .question span {
    vertical-align: inherit;
  }
  .faq_box .faq_item .question span:last-child {
    width: calc(100% - 35px);
  }
  .faq_box .faq_item .question span.iconfont {
    font-size: 22px;
    margin-right: 5px;
  }
  .faq_box .faq_item .answer {
    font-size: 14px;
    line-height: 24px;
    padding: 20px 15px;
  }
  .faq_box .faq_item .answer span:last-child {
    width: calc(100% - 35px);
  }
  .faq_box .faq_item .answer span.iconfont {
    font-size: 22px;
    margin-right: 5px;
  }
  .faq_box .faq_item:hover {
    box-shadow: none;
  }
  .faq_box .faq_item:hover .question {
    background-color: #eee;
    color: inherit;
  }
  .ind_title .main {
    font-size: 30px;
    padding-bottom: 15px;
  }
  .ind_title .subtt {
    width: 80%;
    padding-bottom: 22px;
  }
  .ind_title .line {
    width: 80px;
  }
  .contact_box {
    padding: 40px 0;
  }
  .contact_box .cb_con .left {
    width: 70%;
    margin: 0 auto;
  }
  .contact_box .cb_con .right {
    width: 100%;
  }
  .contact_box .cb_con .right .ritem {
    padding: 15px 0;
    padding-left: 30px;
    font-size: 16px;
  }
  .contact_box .cb_con .right .ritem .set .name {
    font-size: 18px;
  }
  .contact_box .cb_con .right .ritem .set span {
    font-size: 16px;
  }
  .contact_box .cb_con .right .ritem .set span:last-child {
    width: 400px;
  }
  .contact_box .cb_con .right .ritem .iconfont {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f28c15;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    margin: 0;
    margin-right: 10px;
  }
  .form_box {
    padding: 40px 0;
  }
  .header {
    display: none;
  }
  .mobile_nav {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .mobile_nav .op_group .lang {
    border-radius: 5px;
  }
  .mobile_nav .op_group .lang .sel_box {
    border-radius: 5px;
  }
  .t_banner {
    height: 320px;
  }
  .t_banner.del {
    height: 110px;
  }
  .nav_mask {
    top: 60px;
  }
  .search_mask {
    top: 60px;
  }
  .footer .wrap {
    padding: 0;
  }
  .footer .chat {
    height: 60px;
  }
  .footer .chat .left,
  .footer .chat .right {
    width: 240px;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
  }
  .footer .chat .left .iconfont,
  .footer .chat .right .iconfont {
    font-size: 18px;
  }
  .footer .bottom_box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 20px 30px 10px;
  }
  .footer .bottom_box > li {
    width: 49%;
  }
  .footer .bottom_box > li.inquiry {
    width: 49%;
  }
  .footer .bottom_box > li.hot,
  .footer .bottom_box > li.link {
    display: none;
  }
  .footer .bottom_box > li h3 {
    font-size: 20px;
    padding: 15px 0;
  }
  .footer .bottom_box > li .list {
    padding: 10px 0;
  }
  .footer .bottom_box > li .list li {
    line-height: 24px;
    padding: 0;
  }
  .mobile_erweima{
    display: block;
  }
  .footer .bottom_box > li .normal .iconfont {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
  .wrap {
    width: 100%;
  }
  .paging > a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 2px;
  }
  .paging > a.prev,
  .paging > a.next {
    width: 60px;
  }
  .ind_box1 {
    padding: 40px 0;
  }
  .ind_box1 .ind_b1_per .ind_b1_l {
    width: 100%;
  }
  .ind_box1 .ind_b1_per .ind_b1_l .double {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 15px;
  }
  .ind_box1 .ind_b1_per .ind_b1_l .double a {
    display: block;
  }
  .ind_box1 .ind_b1_per .ind_b1_l .double a .img {
    width: 100%;
  }
  .ind_box1 .ind_b1_per .ind_b1_l .double a .desp {
    width: 100%;
    padding: 0 20px;
  }
  .ind_box1 .ind_b1_per .ind_b1_l .double a .desp .ind_b1_tt {
    font-size: 18px;
    text-align: center;
  }
  .ind_box1 .ind_b1_per .ind_b1_l .double a .desp .ind_b1_con {
    font-size: 12px;
    line-height: 18px;
    padding: 10px 0 20px;
    text-align: center;
  }
  .ind_box1 .ind_b1_per .ind_b1_l .double a .desp .more {
    font-size: 12px;
    text-align: center;
  }
  .ind_box1 .ind_b1_per .ind_b1_l .single {
    margin-bottom: 10px;
    width: 100%;
  }
  .ind_box1 .ind_b1_per .ind_b1_r {
    width: 100%;
  }
  .ind_box1 .ind_b1_per .ind_b1_r .special {
    padding-bottom: 15px;
  }
  .ind_box1 .ind_b1_per .ind_b1_r .special a .img {
    width: 100%;
    height: auto;
  }
  .ind_box1 .ind_b1_per .ind_b1_r .special a .desp {
    display: block;
    padding: 0 20px;
    height: 40%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .ind_box1 .ind_b1_per .ind_b1_r .special a .desp .ind_b1_tt {
    font-size: 18px;
  }
  .ind_box1 .ind_b1_per .ind_b1_r .special a .desp .ind_b1_con {
    font-size: 12px;
    line-height: 18px;
    margin: 10px 0 20px;
  }
  .ind_box1 .ind_b1_per .ind_b1_r .special a .desp .more {
    font-size: 12px;
  }
  .ind_box2 .left {
    border: 5px solid rgba(238, 238, 238, 0.1);
  }
  .ind_box2 .left .img_loop .owl-dots {
    bottom: 5px;
  }
  .ind_box2 .right .ind_b2_rcon {
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 20px;
  }
  .ind_box2 .right .more {
    font-size: 12px;
    padding: 10px 20px;
  }
  .ind_box2 .right .more .iconfont {
    font-size: 14px;
  }
  .ind_box2.about {
    padding: 40px 0;
  }
  .ind_box2.about .wrap .left {
    border: 5px solid #fff;
  }
  .ind_box2.about .wrap .right .ind_title .subtt {
    font-family: "ProximaNova-Bold_0";
    font-size: 16px;
    color: #333;
  }
  .ind_box3 {
    padding: 30px 0 40px;
  }
  .app_box.bgc {
    padding: 40px 0;
  }
  .app_box .app_item {
    transition: all .5s;
    -moz-transition: all .5s;
    /* Firefox 4 */
    -webkit-transition: all .5s;
    /* Safari 和 Chrome */
    -o-transition: all .5s;
    /* Opera */
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .app_box .app_item a .app_con {
    width: calc(100% - 20px);
    top: 30px;
    left: 20px;
  }
  .app_box .app_item a .app_con .app_tt {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .app_box .app_item a .app_con .more {
    font-size: 12px;
  }
  .ind_box4 .wrap .ind_b4_img {
    width: 60%;
    margin: 0 auto;
  }
  .ind_box4 .wrap .ind_b4_con {
    width: 100%;
    transform: none;
    padding: 10px 0;
  }
  .ind_box4 .wrap .ind_b4_con .center {
    width: 100%;
    position: static;
    transform: none;
  }
  .ind_box4 .wrap .ind_b4_con .center .main {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 44px;
    line-height: 22px;
    font-size: 18px;
  }
  .ind_box4 .wrap .ind_b4_con .center .subtt {
    padding-top: 15px;
  }
  .ind_box4 .wrap .ind_b4_contact {
    width: 100%;
  }
  .ind_box4 .wrap .ind_b4_contact a {
    position: static;
    transform: none;
    margin: 10px auto;
    width: 125px;
    font-size: 12px;
    padding: 10px 0;
  }
  .ind_box5 {
    padding: 40px 0 45px;
  }
  .case_box .case_item {
    padding: 15px;
    background-color: #fff;
  }
  .case_box .case_item .case_con .tt {
    margin: 15px 0;
  }
  .case_box .case_item .case_con .desp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
    line-height: 20px;
    font-size: 12px;
  }
  .case_box .case_item .case_con .more {
    font-size: 12px;
  }
  .case_box.spec {
    padding: 40px 0;
  }
  .case_box.spec .case_item {
    padding: 20px;
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  .case_box.spec .case_item:nth-child(3n) {
    margin-right: 0;
  }
  .about_box1 {
    padding: 40px 0;
  }
  .about_box1 .ap_loop .owl-dots {
    margin-top: 20px !important;
  }
  .about_box2 {
    padding: 40px 0 30px;
  }
  .about_box2 .about_b2_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .about_box2 .about_b2_item .iconfont {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    color: #666;
    font-size: 36px;
    text-align: center;
    line-height: 60px;
    margin: 0;
  }
  .about_box2 .about_b2_item .about_b2_con {
    width: calc(100% - 75px);
  }
  .about_box2 .about_b2_item .about_b2_con .tt {
    font-size: 14px;
  }
  .about_box2 .about_b2_item .about_b2_con .desp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    line-height: 20px;
    font-size: 12px;
  }
  .about_box3 {
    padding: 20px 0;
  }
  .about_box3 .about_b3_con {
    font-size: 16px;
    line-height: 22px;
    padding: 0 10px 15px;
  }
  .about_box3 > a {
    width: 100px;
    padding: 5px 0;
    font-size: 12px;
  }
  .about_box4 {
    padding: 40px 0;
  }
  .about_box4 .af_loop .owl-dots,
  .about_box4 .ar_loop .owl-dots,
  .about_box4 .ac_loop .owl-dots {
    margin-top: 20px !important;
  }
  .about_box5 {
    padding: 35px 0;
  }
  .about_box5 .left {
    width: 100%;
  }
  .about_box5 .right {
    width: 100%;
  }
  .news_box {
    padding: 40px 0;
  }
  .news_box .news_item {
    margin-bottom: 15px;
  }
  .news_box .news_item a .img {
    width: 100%;
  }
  .news_box .news_item a .news_con .news_tt {
    width: 100%;
    font-size: 16px;
    padding-bottom: 15px;
  }
  .news_box .news_item a .news_con .desp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    line-height: 20px;
    margin: 10px 0 15px;
    font-size: 12px;
  }
  .news_box .news_item a .news_con .bottom {
    font-size: 12px;
  }
  .news_del {
    padding: 35px 0 40px;
  }
  .news_del .wrap .news_tt .title {
    font-family: "ProximaNova-Bold_0";
    font-size: 18px;
    padding-top: 30px;
  }
  .news_del .wrap .news_tt .operate {
    font-size: 12px;
    padding: 15px 0 20px;
  }
  .news_del .wrap .news_tt .operate .date,
  .news_del .wrap .news_tt .operate .share {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 0 10px;
  }
  .news_del .wrap .news_tt .operate .date span,
  .news_del .wrap .news_tt .operate .share span {
    padding: 0 5px;
  }
  .news_del .wrap .news_tt .operate .date .iconfont {
    font-size: 18px;
  }
  .news_del .wrap .news_tt .operate .share > div {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .news_del .wrap .news_tt .operate .share img {
    width: 20px;
  }
  .news_del .wrap .news_con {
    padding: 15px 0;
    font-size: 12px;
    line-height: 20px;
  }
  .news_del .wrap .news_con img {
    margin: 10px 10px;
  }
  .news_del .wrap .news_back .back {
    width: 120px;
    padding: 5px 0;
    font-size: 16px;
    margin: 20px auto 35px;
  }
  .news_del .wrap .news_back .item {
    width: 100%;
    padding: 15px;
    font-size: 12px;
  }
  .news_del .wrap .news_back .item span:first-child {
    width: calc(100% - 95px);
  }
  .pro_left .classify dl dt {
    font-size: 20px;
    padding: 10px 20px;
  }
  .pro_left .classify dl dd {
    padding: 10px 20px;
    font-size: 14px;
  }
  .pro_left .contact .con {
    padding: 20px 20px 5px;
  }
  .pro_left .contact .con .item {
    padding-bottom: 10px;
  }
  .pro_left .contact .con .item span {
    font-size: 14px;
    color: #666;
  }
  .pro_left .hot {
    padding: 8px;
  }
  .pro_left .hot .hp_loop .item .tt {
    padding-top: 10px;
    font-size: 16px;
  }
  .pro_box {
    padding: 30px 0 40px;
  }
  .pro_ibox .pro_item {
    width: calc((100% - 10px)/2);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .pro_ibox .pro_item .tt {
    padding: 10px 0;
  }
  .pro_ibox .pro_item:nth-child(3n) {
    margin-right: 10px;
  }
  .pro_ibox .pro_item:nth-child(2n) {
    margin-right: 0;
  }
  .del_box1 {
    padding: 30px 0;
  }
  .del_box1 .wrap {
    padding: 0;
  }
  .del_box1 .wrap .mobile_list {
    width: 100%;
  }
  .del_box1 .wrap .mobile_list .owl-dots {
    bottom: 10px;
  }
  .del_box1 .wrap .right {
    padding: 10px 3%;
  }
  .del_box1 .wrap .right .bold {
    font-size: 18px;
  }
  .del_box1 .wrap .right .subtitle {
    line-height: 20px;
    padding: 5px 0;
  }
  .del_box1 .wrap .right .d_list {
    border: 1px solid;
    border-color: #ccc transparent;
  }
  .del_box1 .wrap .right .d_list .d_item {
    border-bottom: 1px dashed #ccc;
    padding: 5px 0;
  }
  .del_box1 .wrap .right .c_btn {
    padding: 20px 0 0;
  }
  .del_box1 .wrap .right .c_btn > a {
    padding: 10px 15px;
    font-size: 14px;
    margin-right: 10px;
  }
  .del_box1 .wrap .right .c_btn > a .iconfont {
    margin: 5px 0 0;
    font-size: 18px;
  }
  .del_box2 {
    padding: 30px 0 40px;
  }
  .del_box2 .del_right .del_rtt .tt {
    font-family: "ProximaNova-Bold_0";
    display: inline-block;
    font-size: 18px;
    padding: 10px;
    background-color: #fff;
  }
  .del_box2 .del_right .del_rbox1 {
    margin-bottom: 20px;
  }
  .del_box2 .del_right .del_rbox1 .dr_tt {
    font-family: "ProximaNova-Bold_0";
    font-size: 16px;
    padding: 25px 0 10px;
  }
  .del_box2 .del_right .del_rbox1 .dr_box1 {
    padding: 0 10px;
  }
  .del_box2 .del_right .del_rbox1 .dr_box1 .dr1_con {
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 20px;
  }
  .del_box2 .del_right .del_rbox1 .dr_box1 .img img {
    width: 100%;
    margin: 0 0 10px;
  }
  .del_box2 .del_right .del_rbox1 .table_box {
    padding: 0 10px;
  }
  .del_box2 .del_right .del_rbox1 .table_box .t_box table th,
  .del_box2 .del_right .del_rbox1 .table_box .t_box table td {
    font-size: 12px;
    padding: 10px 15px;
  }
  .del_box2 .del_right .del_rbox1 .dr_box2 {
    padding: 0 10px;
  }
  .del_box2 .del_right .del_rbox1 .dr_box2 .dr2_con .item {
    width: 100%;
    margin-right: 0;
    font-size: 12px;
    line-height: 20px;
    padding: 25px 15px;
    margin-bottom: 10px;
  }
  .del_box2 .del_right .del_rbox1 .dr_box3 {
    padding: 0 10px;
  }
  .del_box2 .del_right .del_rbox1 .dr_box3 .dr3_con .desp {
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 20px;
  }
  .del_box2 .del_right .del_rbox1 .dr_box3 .dr3_con .img_list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .del_box2 .del_right .del_rbox1 .dr_box3 .dr3_con .img_list img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .del_box2 .del_right .del_rbox1 .dr_box3 .dr3_con .img_list img:nth-child(2n) {
    margin-right: 0;
  }
  .del_box2 .del_right .del_rbox2 .pro_ibox {
    padding: 30px 10px;
  }
  .del_box2 .del_right .del_rbox3 .f_box {
    padding: 30px 10px;
  }
  .faq_box {
    padding: 40px 0;
  }
  .faq_box .faq_item {
    margin-bottom: 15px;
  }
  .faq_box .faq_item .question {
    font-size: 16px;
    padding: 10px;
  }
  .faq_box .faq_item .question span:last-child {
    width: calc(100% - 30px);
  }
  .faq_box .faq_item .question span.iconfont {
    font-size: 20px;
  }
  .faq_box .faq_item .answer {
    font-size: 12px;
    line-height: 20px;
    padding: 15px 10px;
  }
  .faq_box .faq_item .answer span:last-child {
    width: calc(100% - 30px);
  }
  .faq_box .faq_item .answer span.iconfont {
    font-size: 20px;
  }
  .ind_title .main {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .ind_title .subtt {
    font-size: 12px;
    padding-bottom: 15px;
    width: 95%;
  }
  .ind_title .line {
    width: 60px;
  }
  .f_box form {
    width: 100%;
  }
  .f_box form .form_item {
    margin: 5px 0;
    width: 100%;
  }
  .f_box form .form_item label {
    width: 60px;
  }
  .f_box form .form_item input,
  .f_box form .form_item textarea {
    line-height: 16px;
    width: calc(100% - 60px);
    border-radius: 2px;
    padding: 5px 10px;
  }
  .f_box form .form_btn {
    padding: 10px 0;
    margin: 0 auto !important;
  }
  .f_box form .form_btn button {
    padding: 5px 10px;
    background-color: #f28c15;
    margin: 0 10px;
    font-size: 12px;
  }
  .f_box form .form_btn button:last-child {
    background-color: #333;
  }
  .form_box {
    padding: 30px 0;
  }
  .contact_box {
    padding: 30px 0;
  }
  .contact_box .cb_con .left {
    width: 100%;
  }
  .contact_box .cb_con .right {
    padding: 10px 0;
    width: 100%;
  }
  .contact_box .cb_con .right .ritem {
    padding: 8px 0;
  }
  .contact_box .cb_con .right .ritem .set span.name {
    font-size: 14px;
  }
  .contact_box .cb_con .right .ritem .set span:last-child {
    font-size: 12px;
    width: 180px;
  }
  .contact_box .cb_con .right .ritem .iconfont {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f28c15;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    margin: 0;
    margin-right: 8px;
  }
  .mobile_nav {
    height: 50px;
    padding: 0 10px;
  }
  .mobile_nav .brand {
    width: 100px;
  }
  .mobile_nav .op_group .lang {
    font-size: 12px;
    margin: 0 8px;
    padding: 5px 3px;
  }
  .mobile_nav .op_group .lang .now .iconyuyan {
    font-size: 16px;
  }
  .mobile_nav .op_group .lang .sel_box {
    padding: 5px 0;
    top: 32px;
  }
  .mobile_nav .op_group .iconfont {
    cursor: pointer;
    font-size: 18px;
  }
  .mobile_nav .op_group .iconfont:last-child {
    font-size: 24px;
  }
  .mobile_nav .search_box {
    padding: 0 20px;
  }
  .mobile_nav .search_box .form_box form input {
    padding: 5px 15px;
    line-height: 20px;
  }
  .mobile_nav .search_box .form_box form button .iconfont {
    font-size: 18px;
  }
  .nav_mask {
    top: 50px;
  }
  .nav_mask .nav_tip > dd {
    padding: 0 5%;
  }
  .nav_mask .nav_tip > dd a {
    padding: 8px 0;
    width: 90%;
  }
  .nav_mask .nav_tip > dd .slide {
    padding: 0 20px;
  }
  .nav_mask .nav_tip > dd .slide a {
    padding: 8px 0;
  }
  .banner_box .banner .item {
    height: 220px;
    overflow: hidden;
    text-align: center;
  }
  .banner_box .banner .item a img {
    height: 100%;
    width: auto;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .banner_box .banner .owl-dots {
    bottom: 5px;
    z-index: 3;
  }
  .t_banner {
    height: 180px;
  }
  .t_banner .crumb .wrap {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 30px;
  }
  .t_banner .crumb .wrap .l_item {
    padding: 0 5px;
  }
  .t_banner .crumb .wrap .iconfont {
    font-size: 18px;
  }
  .t_banner.del {
    height: 80px;
  }
  .search_mask {
    top: 50px;
  }
  .search_mask .search_tip {
    top: 0;
    padding: 8px 20px;
  }
  .search_mask .search_tip input {
    width: 70%;
    border-radius: 16px 0 0 16px;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
  }
  .search_mask .search_tip button {
    width: 80px;
    background-color: #fff;
    border-radius: 0 16px 16px 0;
    height: 32px;
    line-height: 32px;
  }
  .footer {
    font-size: 14px;
  }
  .footer .wrap {
    padding: 0;
  }
  .footer .chat {
    height: 40px;
  }
  .footer .chat .left,
  .footer .chat .right {
    height: 30px;
    line-height: 30px;
    width: 130px;
    font-size: 12px;
    border-radius: 18px;
    border: 1px solid #fff;
  }
  .footer .chat .left .iconfont,
  .footer .chat .right .iconfont {
    margin-right: 5px;
  }
  .footer .chat .left {
    transform: translate(calc(-100% - 25px), -50%);
  }
  .footer .chat .right {
    transform: translate(calc(100% + 25px), -50%);
  }
  .footer .bottom_box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 20px 10px 10px;
  }
  .footer .bottom_box > li {
    width: 100%;
  }
  .mobile_erweima{
    display: block;
  }
  .footer .bottom_box > li.inquiry {
    display: none;
  }
  .footer .bottom_box > li h3 {
    font-size: 20px;
    padding: 15px 0;
  }
  .footer .bottom_box > li .list {
    padding: 10px 0;
  }
  .footer .bottom_box > li .list li {
    line-height: 24px;
    padding: 0;
  }
  .footer .bottom {
    font-size: 12px;
  }
  .footer .bottom p {
    line-height: 16px;
  }
}
